home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Educational-Tools / w-html.exe / Structure / a_html_code2.gif next >
Graphics Interchange Format  |  1998-09-29  |  9KB  |  533x287  |  4-bit (6 colors)
Labels: text | screenshot | font | number | display
OCR: <HTML> Every HTML document must start this way <Head> Customary, but not vital <Title> Notice, the TITLE tag A Simple Document has to be opened </Title> AND closed. </Head> Close the HEAD tag <Body> This is what REALLY matters This stuff is The rest of the course what the user sees ... concentrates on what you put here ... </Body> Close the BODY tag </HTML> Close the HTML tag